home *** CD-ROM | disk | FTP | other *** search
- body {
- margin:0;
- padding:0;
- color: #141414;
- background-color: #FFF;
- }
- p {
- margin: 0;
- padding: 0;
- overflow: auto;
- }
-
- a:link, {
- color: #0033CC;
- }
-
- img {
- border: none;
- }
-
- .container {
- margin: 0 2px 0 6px;
- padding-bottom:4px;
- position: relative;
- clear: both;
- }
- .contents_left {
- float: left;
- margin 0px;
- width:39px;
- padding: 3px 0px 0px 0px;
- }
- .contents_right {
- width:auto;
- margin: 11px 5px 0px 39px;
- position: relative;
- }
- .contents_right[background="Incoming/buddy_icon.png"],
- .contents_right[background="Outgoing/buddy_icon.png"] {
- margin: 11px 5px 0px 0px !important;
- }
-
-
- /* ICON */
-
-
- .iconsubstitute[background="Incoming/buddy_icon.png"],
- .iconsubstitute[background="Outgoing/buddy_icon.png"] {
- display: none;
- }
-
- .buddyicon {
- height: 32px;
- width: 32px;
- background: #FFF;
- border: 0px;
- z-index: 1 !important;
- position: absolute;
- left:1px;
- top:1px;
- }
-
- .fadedimage {
- opacity:0.5;
- filter:alpha(opacity=50);
- }
-
- /* HEADER */
-
- .header {
- height:20px;
- color: #000;
- font-size: 11px;
- }
-
- .sender {
- padding:3px 30px 0 0px;
- overflow:hidden;
- }
-
- .time {
- position: absolute;
- right:0px;
- top:3px;
- }
-
- /* MESSAGE */
-
- .message {
- background-color: #FFF;
- top:2px;
- /*font: 11px/14px "Lucida Grande", Helvetica, sans-serif;*/
- }
-
- .message_top {
- position: relative;
- overflow:hidden;
- }
-
- .message_left {
- width:2px;
- height: 100%;
- position: absolute;
- left: 0px;
- top:20px;
- }
-
- .message_right {
- width:3px;
- height: 100%;
- position: absolute;
- right: 0px;
- top:20px;
- }
-
- .text, .text_ctx {
- line-height: 1.3em;
- padding: 1px 10px 1px 8px;
- margin-left: 1px;
- margin-right: 1px;
- }
-
- .text_ctx {
- color: #979797 !important;
- }
-
- .message_bottom {
- position: relative;
- }
-
- .message_bottomleft {
- width:3px;
- height:4px;
- position: absolute;
- left:-1px;
- }
-
- .message_bottomcenter {
- height: 4px;
- position: absolute;
- right:3px;
- left:2px;
- }
-
- .message_bottomright {
- width:3px;
- height:4px;
- position: absolute;
- right:0px;
- }
-
- /* STATUS */
-
- .status_container {
- margin:11px 0px 0px 6px;
- height:11px;
- position:relative;
- clear:both;
- /*font:9px "Lucida Grande", Helvetica, sans-serif;*/
- font-size: 9px;
- }
-
- .status_leftside {
- background: url("images/status_leftside.png") top right repeat-y;
- width:56px;
- height:11px;
- position: absolute;
- left: 0px;
- top:4px;
- bottom:2px;
- }
-
- .status_rightside {
- background: url("images/status_rightside.png") top right repeat-y;
- width:5px;
- height:11px;
- position: absolute;
- right: 8px;
- top:4px;
- bottom:2px;
- }
-
- .status_left {
- color:#FFF;
- width:56px;
- text-align:right;
- float:right;
- font-weight:bold;
- position: absolute;
- left:-4px;
- right:2px;
- top:4px;
- font-size: 9px;
- }
-
- .status_right {
- /*background:#F0F0F0;*/
- background: url("images/status_middle.png") top right repeat-x;
- color:#787878;
- min-height:11px;
- /*top:4px;*/
- /*bottom:2px;*/
- margin: 0px 8px 0px 56px;
- padding:4px 7px 0px 7px;
- text-align:left;
- font-size: 9px;
- }
-
- .status_bump {
- height:0px;
- }
-
- /* NEXT */
-
- .combine {
- margin-top: 3px;
- padding-top: 2px;
- border-top: 1px solid #DDDDDD;
- }
-
-
-
- /* CONTEXT */
-
- .header_ctx_left {
- background: url("images/gray_left.png") top right no-repeat;
- width:10px;
- height:20px;
- position: absolute;
- left:0px;
- top:0px;
- }
-
- .header_ctx_center {
- background: url("images/gray_fill.png") top right repeat-x;
- height:20px;
- position:absolute;
- left:10px;
- right:10px;
- top:0px;
- color: #979797 !important;
- }
-
- .header_ctx_right {
- background: url("images/gray_right.png") top right no-repeat;
- width:10px;
- height:20px;
- position: absolute;
- right:0px;
- top:0px;
- }
-
- #contents {
- overflow: hidden;
- padding-bottom: 10px;
- }